MediaFormatCollectionAdd Method |
Adds media format to the collection.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Add(
string mediaFormat
)
Public Sub Add (
mediaFormat As String
)
Parameters
- mediaFormat
- Type: SystemString
The media format to add.
See Also